home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_515_setaxis.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  519 b   |  14 lines

  1. procedure SetAxis(dataName,series: Str255;axisMin,axisMax, majorTick : real; minorTick, digits : integer; sci, autoSet : boolean);
  2.  
  3. Sets the value axis information for the specified data window.  The parameters are:
  4.  
  5. dataName = Data window name.
  6. series = X, Y, or Z
  7. axisMin, axisMax = Axis minimum and maximum.
  8. majorTick = Major tick increment.
  9. minorTick = Number of minor ticks
  10. digits = Number of decimal places shown.
  11. sci = TRUE: show in scientific notation.
  12. autoSet = Automatically set axis.
  13.  
  14. Also see:  SetSeries